[INFO] cloning repository https://github.com/LordFoom/hacker_rank
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LordFoom/hacker_rank" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLordFoom%2Fhacker_rank", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLordFoom%2Fhacker_rank'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6c831b98c010528838746e001d5759c4289249f8
[INFO] testing LordFoom/hacker_rank against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLordFoom%2Fhacker_rank" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/LordFoom/hacker_rank
[INFO] finished tweaking git repo https://github.com/LordFoom/hacker_rank
[INFO] tweaked toml for git repo https://github.com/LordFoom/hacker_rank written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LordFoom/hacker_rank on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/LordFoom/hacker_rank already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] efbd40b73653d3efb46c49505985e53aa9eb583904b125dabeee28dc9641dc4b
[INFO] running `Command { std: "docker" "start" "-a" "efbd40b73653d3efb46c49505985e53aa9eb583904b125dabeee28dc9641dc4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "efbd40b73653d3efb46c49505985e53aa9eb583904b125dabeee28dc9641dc4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "efbd40b73653d3efb46c49505985e53aa9eb583904b125dabeee28dc9641dc4b", kill_on_drop: false }`
[INFO] [stdout] efbd40b73653d3efb46c49505985e53aa9eb583904b125dabeee28dc9641dc4b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ffb69ff5b2c1b6af7bf1c8097412dd64528b0c3e1aafdc37b269a0070a29af51
[INFO] running `Command { std: "docker" "start" "-a" "ffb69ff5b2c1b6af7bf1c8097412dd64528b0c3e1aafdc37b269a0070a29af51", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling hacker_rank v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `BufRead` and `self`
[INFO] [stdout]  --> src/problem1.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 |     io::{self, BufRead},
[INFO] [stdout]   |          ^^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BufRead` and `self`
[INFO] [stdout]  --> src/problem14.rs:2:15
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::io::{self, BufRead};
[INFO] [stdout]   |               ^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `VecDeque`
[INFO] [stdout]  --> src/problem15.rs:2:33
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::{HashMap, VecDeque};
[INFO] [stdout]   |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BufRead` and `self`
[INFO] [stdout]  --> src/problem3.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{self, BufRead};
[INFO] [stdout]   |               ^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/problem16.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     for i in 2..=n {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `curr_idx`
[INFO] [stdout]   --> src/problem16.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     let curr_idx = 0;
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_curr_idx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `big_str` is never read
[INFO] [stdout]   --> src/problem16.rs:85:23
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let mut big_str = Vec::new();
[INFO] [stdout]    |                       ^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 93 |         big_str = num2.chars().rev().collect();
[INFO] [stdout]    |         ------- `big_str` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `short_str` is never read
[INFO] [stdout]   --> src/problem16.rs:86:25
[INFO] [stdout]    |
[INFO] [stdout] 86 |     let mut short_str = Vec::new();
[INFO] [stdout]    |                         ^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 94 |         short_str = num1.chars().rev().collect();
[INFO] [stdout]    |         --------- `short_str` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/problem5.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let mut left = 0;
[INFO] [stdout]    |         ----^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/problem5.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let mut right = nums.len();
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `countResponseTimeRegressions` is never used
[INFO] [stdout]   --> src/problem1.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn countResponseTimeRegressions(responseTimes: &[i32]) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `AVG_MEMOIZED` is never used
[INFO] [stdout]   --> src/problem1.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | static mut AVG_MEMOIZED: (i32, i32) = (0, 0);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `RUNNING_TOTAL` is never used
[INFO] [stdout]   --> src/problem1.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | static mut RUNNING_TOTAL: i32 = 0;
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `average` is never used
[INFO] [stdout]   --> src/problem1.rs:36:4
[INFO] [stdout]    |
[INFO] [stdout] 36 | fn average(previous_resp_times: &Vec<i32>) -> i64 {
[INFO] [stdout]    |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `isAnagram` is never used
[INFO] [stdout]   --> src/problem14.rs:13:4
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn isAnagram(s: &str, t: &str) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `minTasksToCancelForNoConflict` is never used
[INFO] [stdout]  --> src/problem15.rs:4:4
[INFO] [stdout]   |
[INFO] [stdout] 4 | fn minTasksToCancelForNoConflict(digits: &str) -> Vec<String> {
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `letter_combinations` is never used
[INFO] [stdout]   --> src/problem15.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn letter_combinations(digits: &str, digit_map: &HashMap<char, Vec<char>>) -> Vec<String> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `backtrack` is never used
[INFO] [stdout]   --> src/problem15.rs:25:4
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn backtrack(prefix: &str, groups: &[Vec<char>], result: &mut Vec<String>) {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `permutationification` is never used
[INFO] [stdout]   --> src/problem15.rs:36:4
[INFO] [stdout]    |
[INFO] [stdout] 36 | fn permutationification(prefix: &str, suffix_possibles: &[Vec<char>]) -> Vec<String> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `construct_number_vecs` is never used
[INFO] [stdout]   --> src/problem15.rs:50:4
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn construct_number_vecs(digits: &str, digit_map: &HashMap<char, Vec<char>>) -> Vec<char> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `construct_map` is never used
[INFO] [stdout]   --> src/problem15.rs:57:4
[INFO] [stdout]    |
[INFO] [stdout] 57 | fn construct_map() -> HashMap<char, Vec<char>> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `countInstallationSequences` is never used
[INFO] [stdout]   --> src/problem16.rs:50:4
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn countInstallationSequences(n: i32) -> String {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add_string` is never used
[INFO] [stdout]   --> src/problem16.rs:80:4
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn add_string(num1: &str, num2: &str) -> String {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `findSmallestMissingPositive` is never used
[INFO] [stdout]   --> src/problem2.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn findSmallestMissingPositive(orderNumbers: &[i32]) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `isAlphabeticPalindrome` is never used
[INFO] [stdout]   --> src/problem3.rs:10:4
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn isAlphabeticPalindrome(code: &str) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_letters` is never used
[INFO] [stdout]   --> src/problem3.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn extract_letters(code: &str) -> Vec<char> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `isNonTrivialRotation` is never used
[INFO] [stdout]   --> src/problem4.rs:14:4
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn isNonTrivialRotation(s1: &str, s2: &str) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `binarySearch` is never used
[INFO] [stdout]   --> src/problem5.rs:24:4
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn binarySearch(nums: &[i32], target: i32) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `countResponseTimeRegressions` should have a snake case name
[INFO] [stdout]   --> src/problem1.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn countResponseTimeRegressions(responseTimes: &[i32]) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `count_response_time_regressions`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `responseTimes` should have a snake case name
[INFO] [stdout]   --> src/problem1.rs:11:33
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn countResponseTimeRegressions(responseTimes: &[i32]) -> i32 {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^ help: convert the identifier to snake case: `response_times`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `isAnagram` should have a snake case name
[INFO] [stdout]   --> src/problem14.rs:13:4
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn isAnagram(s: &str, t: &str) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^ help: convert the identifier to snake case: `is_anagram`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `minTasksToCancelForNoConflict` should have a snake case name
[INFO] [stdout]  --> src/problem15.rs:4:4
[INFO] [stdout]   |
[INFO] [stdout] 4 | fn minTasksToCancelForNoConflict(digits: &str) -> Vec<String> {
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `min_tasks_to_cancel_for_no_conflict`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `countInstallationSequences` should have a snake case name
[INFO] [stdout]   --> src/problem16.rs:50:4
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn countInstallationSequences(n: i32) -> String {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `count_installation_sequences`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `findSmallestMissingPositive` should have a snake case name
[INFO] [stdout]   --> src/problem2.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn findSmallestMissingPositive(orderNumbers: &[i32]) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `find_smallest_missing_positive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `orderNumbers` should have a snake case name
[INFO] [stdout]   --> src/problem2.rs:11:32
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn findSmallestMissingPositive(orderNumbers: &[i32]) -> i32 {
[INFO] [stdout]    |                                ^^^^^^^^^^^^ help: convert the identifier to snake case: `order_numbers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `isAlphabeticPalindrome` should have a snake case name
[INFO] [stdout]   --> src/problem3.rs:10:4
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn isAlphabeticPalindrome(code: &str) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_alphabetic_palindrome`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `isNonTrivialRotation` should have a snake case name
[INFO] [stdout]   --> src/problem4.rs:14:4
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn isNonTrivialRotation(s1: &str, s2: &str) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_non_trivial_rotation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `binarySearch` should have a snake case name
[INFO] [stdout]   --> src/problem5.rs:24:4
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn binarySearch(nums: &[i32], target: i32) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `binary_search`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s
[INFO] running `Command { std: "docker" "inspect" "ffb69ff5b2c1b6af7bf1c8097412dd64528b0c3e1aafdc37b269a0070a29af51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffb69ff5b2c1b6af7bf1c8097412dd64528b0c3e1aafdc37b269a0070a29af51", kill_on_drop: false }`
[INFO] [stdout] ffb69ff5b2c1b6af7bf1c8097412dd64528b0c3e1aafdc37b269a0070a29af51
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7c22fa3f19cb81fe144f560cc047cfbaab6acd91e223dc6baa3c95601bd01b72
[INFO] running `Command { std: "docker" "start" "-a" "7c22fa3f19cb81fe144f560cc047cfbaab6acd91e223dc6baa3c95601bd01b72", kill_on_drop: false }`
[INFO] [stderr]    Compiling hacker_rank v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `BufRead` and `self`
[INFO] [stdout]  --> src/problem1.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 |     io::{self, BufRead},
[INFO] [stdout]   |          ^^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BufRead` and `self`
[INFO] [stdout]  --> src/problem14.rs:2:15
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::io::{self, BufRead};
[INFO] [stdout]   |               ^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `VecDeque`
[INFO] [stdout]  --> src/problem15.rs:2:33
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::{HashMap, VecDeque};
[INFO] [stdout]   |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/problem15.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BufRead` and `self`
[INFO] [stdout]  --> src/problem3.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{self, BufRead};
[INFO] [stdout]   |               ^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/problem16.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     for i in 2..=n {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `curr_idx`
[INFO] [stdout]   --> src/problem16.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     let curr_idx = 0;
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_curr_idx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `big_str` is never read
[INFO] [stdout]   --> src/problem16.rs:85:23
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let mut big_str = Vec::new();
[INFO] [stdout]    |                       ^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 93 |         big_str = num2.chars().rev().collect();
[INFO] [stdout]    |         ------- `big_str` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `short_str` is never read
[INFO] [stdout]   --> src/problem16.rs:86:25
[INFO] [stdout]    |
[INFO] [stdout] 86 |     let mut short_str = Vec::new();
[INFO] [stdout]    |                         ^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 94 |         short_str = num1.chars().rev().collect();
[INFO] [stdout]    |         --------- `short_str` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/problem5.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let mut left = 0;
[INFO] [stdout]    |         ----^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/problem5.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let mut right = nums.len();
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `AVG_MEMOIZED` is never used
[INFO] [stdout]   --> src/problem1.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | static mut AVG_MEMOIZED: (i32, i32) = (0, 0);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `RUNNING_TOTAL` is never used
[INFO] [stdout]   --> src/problem1.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | static mut RUNNING_TOTAL: i32 = 0;
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `isAnagram` is never used
[INFO] [stdout]   --> src/problem14.rs:13:4
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn isAnagram(s: &str, t: &str) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `minTasksToCancelForNoConflict` is never used
[INFO] [stdout]  --> src/problem15.rs:4:4
[INFO] [stdout]   |
[INFO] [stdout] 4 | fn minTasksToCancelForNoConflict(digits: &str) -> Vec<String> {
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `permutationification` is never used
[INFO] [stdout]   --> src/problem15.rs:36:4
[INFO] [stdout]    |
[INFO] [stdout] 36 | fn permutationification(prefix: &str, suffix_possibles: &[Vec<char>]) -> Vec<String> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `construct_number_vecs` is never used
[INFO] [stdout]   --> src/problem15.rs:50:4
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn construct_number_vecs(digits: &str, digit_map: &HashMap<char, Vec<char>>) -> Vec<char> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_empty_array` is never used
[INFO] [stdout]   --> src/problem2.rs:55:8
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn test_empty_array() {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `isAlphabeticPalindrome` is never used
[INFO] [stdout]   --> src/problem3.rs:10:4
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn isAlphabeticPalindrome(code: &str) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_letters` is never used
[INFO] [stdout]   --> src/problem3.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn extract_letters(code: &str) -> Vec<char> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `binarySearch` is never used
[INFO] [stdout]   --> src/problem5.rs:24:4
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn binarySearch(nums: &[i32], target: i32) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `countResponseTimeRegressions` should have a snake case name
[INFO] [stdout]   --> src/problem1.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn countResponseTimeRegressions(responseTimes: &[i32]) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `count_response_time_regressions`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `responseTimes` should have a snake case name
[INFO] [stdout]   --> src/problem1.rs:11:33
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn countResponseTimeRegressions(responseTimes: &[i32]) -> i32 {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^ help: convert the identifier to snake case: `response_times`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `isAnagram` should have a snake case name
[INFO] [stdout]   --> src/problem14.rs:13:4
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn isAnagram(s: &str, t: &str) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^ help: convert the identifier to snake case: `is_anagram`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `minTasksToCancelForNoConflict` should have a snake case name
[INFO] [stdout]  --> src/problem15.rs:4:4
[INFO] [stdout]   |
[INFO] [stdout] 4 | fn minTasksToCancelForNoConflict(digits: &str) -> Vec<String> {
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `min_tasks_to_cancel_for_no_conflict`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `countInstallationSequences` should have a snake case name
[INFO] [stdout]   --> src/problem16.rs:50:4
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn countInstallationSequences(n: i32) -> String {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `count_installation_sequences`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `findSmallestMissingPositive` should have a snake case name
[INFO] [stdout]   --> src/problem2.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn findSmallestMissingPositive(orderNumbers: &[i32]) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `find_smallest_missing_positive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `orderNumbers` should have a snake case name
[INFO] [stdout]   --> src/problem2.rs:11:32
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn findSmallestMissingPositive(orderNumbers: &[i32]) -> i32 {
[INFO] [stdout]    |                                ^^^^^^^^^^^^ help: convert the identifier to snake case: `order_numbers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `isAlphabeticPalindrome` should have a snake case name
[INFO] [stdout]   --> src/problem3.rs:10:4
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn isAlphabeticPalindrome(code: &str) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_alphabetic_palindrome`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `isNonTrivialRotation` should have a snake case name
[INFO] [stdout]   --> src/problem4.rs:14:4
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn isNonTrivialRotation(s1: &str, s2: &str) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_non_trivial_rotation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `binarySearch` should have a snake case name
[INFO] [stdout]   --> src/problem5.rs:24:4
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn binarySearch(nums: &[i32], target: i32) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `binary_search`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.79s
[INFO] running `Command { std: "docker" "inspect" "7c22fa3f19cb81fe144f560cc047cfbaab6acd91e223dc6baa3c95601bd01b72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c22fa3f19cb81fe144f560cc047cfbaab6acd91e223dc6baa3c95601bd01b72", kill_on_drop: false }`
[INFO] [stdout] 7c22fa3f19cb81fe144f560cc047cfbaab6acd91e223dc6baa3c95601bd01b72
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bf252d3f869ce71252201babc592e21560c68e835e5f95fe8fe2a37d5d271a88
[INFO] running `Command { std: "docker" "start" "-a" "bf252d3f869ce71252201babc592e21560c68e835e5f95fe8fe2a37d5d271a88", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `BufRead` and `self`
[INFO] [stderr]  --> src/problem1.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 |     io::{self, BufRead},
[INFO] [stderr]   |          ^^^^  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `BufRead` and `self`
[INFO] [stderr]  --> src/problem14.rs:2:15
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::io::{self, BufRead};
[INFO] [stderr]   |               ^^^^  ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `VecDeque`
[INFO] [stderr]  --> src/problem15.rs:2:33
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::collections::{HashMap, VecDeque};
[INFO] [stderr]   |                                 ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]   --> src/problem15.rs:75:5
[INFO] [stderr]    |
[INFO] [stderr] 75 | use super::*;
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `BufRead` and `self`
[INFO] [stderr]  --> src/problem3.rs:1:15
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::io::{self, BufRead};
[INFO] [stderr]   |               ^^^^  ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stderr]   --> src/problem16.rs:59:9
[INFO] [stderr]    |
[INFO] [stderr] 59 |     for i in 2..=n {
[INFO] [stderr]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `curr_idx`
[INFO] [stderr]   --> src/problem16.rs:81:9
[INFO] [stderr]    |
[INFO] [stderr] 81 |     let curr_idx = 0;
[INFO] [stderr]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_curr_idx`
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `big_str` is never read
[INFO] [stderr]   --> src/problem16.rs:85:23
[INFO] [stderr]    |
[INFO] [stderr] 85 |     let mut big_str = Vec::new();
[INFO] [stderr]    |                       ^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stderr] ...
[INFO] [stderr] 93 |         big_str = num2.chars().rev().collect();
[INFO] [stderr]    |         ------- `big_str` is overwritten here before the previous value is read
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `short_str` is never read
[INFO] [stderr]   --> src/problem16.rs:86:25
[INFO] [stderr]    |
[INFO] [stderr] 86 |     let mut short_str = Vec::new();
[INFO] [stderr]    |                         ^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stderr] ...
[INFO] [stderr] 94 |         short_str = num1.chars().rev().collect();
[INFO] [stderr]    |         --------- `short_str` is overwritten here before the previous value is read
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/problem5.rs:25:9
[INFO] [stderr]    |
[INFO] [stderr] 25 |     let mut left = 0;
[INFO] [stderr]    |         ----^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/problem5.rs:26:9
[INFO] [stderr]    |
[INFO] [stderr] 26 |     let mut right = nums.len();
[INFO] [stderr]    |         ----^^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: static `AVG_MEMOIZED` is never used
[INFO] [stderr]   --> src/problem1.rs:32:12
[INFO] [stderr]    |
[INFO] [stderr] 32 | static mut AVG_MEMOIZED: (i32, i32) = (0, 0);
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: static `RUNNING_TOTAL` is never used
[INFO] [stderr]   --> src/problem1.rs:34:12
[INFO] [stderr]    |
[INFO] [stderr] 34 | static mut RUNNING_TOTAL: i32 = 0;
[INFO] [stderr]    |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `isAnagram` is never used
[INFO] [stderr]   --> src/problem14.rs:13:4
[INFO] [stderr]    |
[INFO] [stderr] 13 | fn isAnagram(s: &str, t: &str) -> i32 {
[INFO] [stderr]    |    ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `minTasksToCancelForNoConflict` is never used
[INFO] [stderr]  --> src/problem15.rs:4:4
[INFO] [stderr]   |
[INFO] [stderr] 4 | fn minTasksToCancelForNoConflict(digits: &str) -> Vec<String> {
[INFO] [stderr]   |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `permutationification` is never used
[INFO] [stderr]   --> src/problem15.rs:36:4
[INFO] [stderr]    |
[INFO] [stderr] 36 | fn permutationification(prefix: &str, suffix_possibles: &[Vec<char>]) -> Vec<String> {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `construct_number_vecs` is never used
[INFO] [stderr]   --> src/problem15.rs:50:4
[INFO] [stderr]    |
[INFO] [stderr] 50 | fn construct_number_vecs(digits: &str, digit_map: &HashMap<char, Vec<char>>) -> Vec<char> {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_empty_array` is never used
[INFO] [stderr]   --> src/problem2.rs:55:8
[INFO] [stderr]    |
[INFO] [stderr] 55 |     fn test_empty_array() {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `isAlphabeticPalindrome` is never used
[INFO] [stderr]   --> src/problem3.rs:10:4
[INFO] [stderr]    |
[INFO] [stderr] 10 | fn isAlphabeticPalindrome(code: &str) -> bool {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `extract_letters` is never used
[INFO] [stderr]   --> src/problem3.rs:26:4
[INFO] [stderr]    |
[INFO] [stderr] 26 | fn extract_letters(code: &str) -> Vec<char> {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `binarySearch` is never used
[INFO] [stderr]   --> src/problem5.rs:24:4
[INFO] [stderr]    |
[INFO] [stderr] 24 | fn binarySearch(nums: &[i32], target: i32) -> i32 {
[INFO] [stderr]    |    ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `countResponseTimeRegressions` should have a snake case name
[INFO] [stderr]   --> src/problem1.rs:11:4
[INFO] [stderr]    |
[INFO] [stderr] 11 | fn countResponseTimeRegressions(responseTimes: &[i32]) -> i32 {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `count_response_time_regressions`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable `responseTimes` should have a snake case name
[INFO] [stderr]   --> src/problem1.rs:11:33
[INFO] [stderr]    |
[INFO] [stderr] 11 | fn countResponseTimeRegressions(responseTimes: &[i32]) -> i32 {
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^ help: convert the identifier to snake case: `response_times`
[INFO] [stderr] 
[INFO] [stderr] warning: function `isAnagram` should have a snake case name
[INFO] [stderr]   --> src/problem14.rs:13:4
[INFO] [stderr]    |
[INFO] [stderr] 13 | fn isAnagram(s: &str, t: &str) -> i32 {
[INFO] [stderr]    |    ^^^^^^^^^ help: convert the identifier to snake case: `is_anagram`
[INFO] [stderr] 
[INFO] [stderr] warning: function `minTasksToCancelForNoConflict` should have a snake case name
[INFO] [stderr]  --> src/problem15.rs:4:4
[INFO] [stderr]   |
[INFO] [stderr] 4 | fn minTasksToCancelForNoConflict(digits: &str) -> Vec<String> {
[INFO] [stderr]   |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `min_tasks_to_cancel_for_no_conflict`
[INFO] [stderr] 
[INFO] [stderr] warning: function `countInstallationSequences` should have a snake case name
[INFO] [stderr]   --> src/problem16.rs:50:4
[INFO] [stderr]    |
[INFO] [stderr] 50 | fn countInstallationSequences(n: i32) -> String {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `count_installation_sequences`
[INFO] [stderr] 
[INFO] [stderr] warning: function `findSmallestMissingPositive` should have a snake case name
[INFO] [stderr]   --> src/problem2.rs:11:4
[INFO] [stderr]    |
[INFO] [stderr] 11 | fn findSmallestMissingPositive(orderNumbers: &[i32]) -> i32 {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `find_smallest_missing_positive`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `orderNumbers` should have a snake case name
[INFO] [stderr]   --> src/problem2.rs:11:32
[INFO] [stderr]    |
[INFO] [stderr] 11 | fn findSmallestMissingPositive(orderNumbers: &[i32]) -> i32 {
[INFO] [stderr]    |                                ^^^^^^^^^^^^ help: convert the identifier to snake case: `order_numbers`
[INFO] [stderr] 
[INFO] [stderr] warning: function `isAlphabeticPalindrome` should have a snake case name
[INFO] [stderr]   --> src/problem3.rs:10:4
[INFO] [stderr]    |
[INFO] [stderr] 10 | fn isAlphabeticPalindrome(code: &str) -> bool {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_alphabetic_palindrome`
[INFO] [stderr] 
[INFO] [stderr] warning: function `isNonTrivialRotation` should have a snake case name
[INFO] [stderr]   --> src/problem4.rs:14:4
[INFO] [stderr]    |
[INFO] [stderr] 14 | fn isNonTrivialRotation(s1: &str, s2: &str) -> bool {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_non_trivial_rotation`
[INFO] [stderr] 
[INFO] [stderr] warning: function `binarySearch` should have a snake case name
[INFO] [stderr]   --> src/problem5.rs:24:4
[INFO] [stderr]    |
[INFO] [stderr] 24 | fn binarySearch(nums: &[i32], target: i32) -> i32 {
[INFO] [stderr]    |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `binary_search`
[INFO] [stderr] 
[INFO] [stderr] warning: `hacker_rank` (bin "hacker_rank" test) generated 31 warnings (run `cargo fix --bin "hacker_rank" -p hacker_rank --tests` to apply 9 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hacker_rank-2c3a4dfdd30e7bfe)
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test problem15::test_171717 ... ok
[INFO] [stdout] test problem15::test_234 ... ok
[INFO] [stdout] test problem15::test_empty ... ok
[INFO] [stdout] test problem15::test_double_zero_two ... ok
[INFO] [stdout] test problem15::test_example_203 ... ok
[INFO] [stdout] test problem15::test_example_23 ... ok
[INFO] [stdout] test problem15::test_one_zero ... ok
[INFO] [stdout] test problem15::test_single_one ... ok
[INFO] [stdout] test problem15::test_single_seven ... ok
[INFO] [stdout] test problem15::test_single_two ... ok
[INFO] [stdout] test problem15::test_single_zero ... ok
[INFO] [stdout] test problem15::test_two_zero ... ok
[INFO] [stdout] test problem15::test_zero_one ... ok
[INFO] [stdout] test problem16::test::prb_16_test_add_string_low ... ok
[INFO] [stdout] test problem16::test::prb_16_test_add_string_medium ... ok
[INFO] [stdout] test problem1::test::test_avg_empty ... ok
[INFO] [stdout] test problem1::test::test_avg_three ... ok
[INFO] [stdout] test problem2::tests::test_duplicates ... ok
[INFO] [stdout] test problem2::tests::test_single_element_not_one ... ok
[INFO] [stdout] test problem2::tests::test_single_element_one ... ok
[INFO] [stdout] test problem2::tests::test_with_negatives_and_zeros ... ok
[INFO] [stdout] test problem4::test::test_single_char_same ... ok
[INFO] [stdout] test problem2::tests::test_single_element_zero ... ok
[INFO] [stdout] test problem2::tests::test_large_numbers_only ... ok
[INFO] [stdout] test problem2::tests::test_unsorted ... ok
[INFO] [stdout] test problem2::tests::test_all_present ... ok
[INFO] [stdout] test problem1::test::test_response_time_regressions ... ok
[INFO] [stdout] test problem2::tests::test_missing_one ... ok
[INFO] [stdout] test problem2::tests::test_gap_in_middle ... ok
[INFO] [stdout] test problem1::test::test_avg_one ... ok
[INFO] [stdout] test problem16::test::prb_16_test_less_low_val ... FAILED
[INFO] [stdout] test problem16::test::prb_16_test_15 ... FAILED
[INFO] [stdout] test problem16::test::prb_16_test_low_val ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- problem16::test::prb_16_test_less_low_val stdout ----
[INFO] [stdout] Returning 710010090100100901001001001009010010090100100901001101001001009012090
[INFO] [stdout] 
[INFO] [stdout] thread 'problem16::test::prb_16_test_less_low_val' (34) panicked at src/problem16.rs:133:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "34"
[INFO] [stdout]  right: "710010090100100901001001001009010010090100100901001101001001009012090"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b4861284c48 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b4861284c48 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b4861284c48 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b4861284c48 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b4861298a9a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b4861298a9a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5b4861289462 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5b4861289462 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5b4861263df6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b4861263df6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b486127d199 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b486121087c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5b486121087c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5b486127d352 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5b486127d352 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b4861263eb2 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b48612590b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b4861264bcd - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b48612991ec - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b48612990a3 - core[28b146924c2f19c6]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5b48611fea94 - core[28b146924c2f19c6]::panicking::assert_failed::<&str, alloc[95e62e727ddf147d]::string::String>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5b486120178a - hacker_rank[7a3857511791f1d]::problem16::test::prb_16_test_less_low_val
[INFO] [stdout]                                at /opt/rustwide/workdir/src/problem16.rs:133:9
[INFO] [stdout]   22:     0x5b4861200617 - hacker_rank[7a3857511791f1d]::problem16::test::prb_16_test_less_low_val::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/problem16.rs:130:34
[INFO] [stdout]   23:     0x5b4861203786 - <hacker_rank[7a3857511791f1d]::problem16::test::prb_16_test_less_low_val::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b486120395b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5b486120395b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5b48612111d5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5b48612111d5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5b48612111d5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5b48612111d5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5b48612111d5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5b48612111d5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5b48612111d5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5b486120bd34 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5b486120bd34 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5b4861214252 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5b4861214252 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5b4861214252 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5b4861214252 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5b4861214252 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5b4861214252 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5b4861214252 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b48612845af - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   43:     0x5b48612845af - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x77db10f42aa4 - <unknown>
[INFO] [stdout]   45:     0x77db10fcfa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- problem16::test::prb_16_test_15 stdout ----
[INFO] [stdout] Returning 31001101009010010090100100100110901001009010010090110901001009010010090100100901001009012090100100901001009011010090100100901001009010010090100100100110901001009010010010011090100100901001001009010010090100100100100100100100901001001101009010010090100100901001009010010010010010010010090100100100100100100100901001001001001001001009010010010010010010010090100100100901109010010010010010090110901001001001101009010010090100100100100100901001001001001001001009010010090100110100100901001009010011010010090100100901001101001001009012090100100901001009012090100100901001009012090100100100110100901001009010010011010090100100901001001101009010010090100100110100901001009010010011010090100100110100100901001009010011010010090100100901001101001001009012090100100901001009012090100100901001009010010090120901001009010010090120901001009010010090100100100901001001101009010010090100100110100901001009010010090100100100901001101001009010010090100110100100901001009010010090100110100100901001009010011010010090100100901001009010010090100110100100901001009010011010010090100100100901001009010010090120901001009010010090120901001009010010090100100901001009012090100100901001009012090100100901001001009010010090100100110100901001009010010011010090100100901001001009010010090100110100100901001009010011010010090100100901001101001009010010090100110100100901001009010011010010090100100901001009010010090100100901001101001001009012090
[INFO] [stdout] 
[INFO] [stdout] thread 'problem16::test::prb_16_test_15' (31) panicked at src/problem16.rs:140:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "610"
[INFO] [stdout]  right: "31001101009010010090100100100110901001009010010090110901001009010010090100100901001009012090100100901001009011010090100100901001009010010090100100100110901001009010010010011090100100901001001009010010090100100100100100100100901001001101009010010090100100901001009010010010010010010010090100100100100100100100901001001001001001001009010010010010010010010090100100100901109010010010010010090110901001001001101009010010090100100100100100901001001001001001001009010010090100110100100901001009010011010010090100100901001101001001009012090100100901001009012090100100901001009012090100100100110100901001009010010011010090100100901001001101009010010090100100110100901001009010010011010090100100110100100901001009010011010010090100100901001101001001009012090100100901001009012090100100901001009010010090120901001009010010090120901001009010010090100100100901001001101009010010090100100110100901001009010010090100100100901001101001009010010090100110100100901001009010010090100110100100901001009010011010010090100100901001009010010090100110100100901001009010011010010090100100100901001009010010090120901001009010010090120901001009010010090100100901001009012090100100901001009012090100100901001001009010010090100100110100901001009010010011010090100100901001001009010010090100110100100901001009010011010010090100100901001101001009010010090100110100100901001009010011010010090100100901001009010010090100100901001101001001009012090"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b4861284c48 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b4861284c48 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b4861284c48 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b4861284c48 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b4861298a9a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b4861298a9a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5b4861289462 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5b4861289462 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5b4861263df6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b4861263df6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b486127d199 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b486121087c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5b486121087c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5b486127d352 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5b486127d352 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b4861263eb2 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b48612590b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b4861264bcd - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b48612991ec - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b48612990a3 - core[28b146924c2f19c6]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5b48611fea94 - core[28b146924c2f19c6]::panicking::assert_failed::<&str, alloc[95e62e727ddf147d]::string::String>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5b48612014ba - hacker_rank[7a3857511791f1d]::problem16::test::prb_16_test_15
[INFO] [stdout]                                at /opt/rustwide/workdir/src/problem16.rs:140:9
[INFO] [stdout]   22:     0x5b48612005b7 - hacker_rank[7a3857511791f1d]::problem16::test::prb_16_test_15::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/problem16.rs:137:24
[INFO] [stdout]   23:     0x5b4861203706 - <hacker_rank[7a3857511791f1d]::problem16::test::prb_16_test_15::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b486120395b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5b486120395b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5b48612111d5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5b48612111d5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5b48612111d5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5b48612111d5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5b48612111d5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5b48612111d5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5b48612111d5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5b486120bd34 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5b486120bd34 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5b4861214252 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5b4861214252 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5b4861214252 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5b4861214252 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5b4861214252 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5b4861214252 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5b4861214252 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b48612845af - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   43:     0x5b48612845af - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x77db10f42aa4 - <unknown>
[INFO] [stdout]   45:     0x77db10fcfa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- problem16::test::prb_16_test_low_val stdout ----
[INFO] [stdout] Returning 890
[INFO] [stdout] 
[INFO] [stdout] thread 'problem16::test::prb_16_test_low_val' (35) panicked at src/problem16.rs:120:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "2"
[INFO] [stdout]  right: "890"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b4861284c48 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b4861284c48 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b4861284c48 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b4861284c48 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b4861298a9a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b4861298a9a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5b4861289462 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5b4861289462 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5b4861263df6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b4861263df6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b486127d199 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b486121087c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5b486121087c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5b486127d352 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5b486127d352 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b4861263eb2 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b48612590b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b4861264bcd - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b48612991ec - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b48612990a3 - core[28b146924c2f19c6]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5b48611fea94 - core[28b146924c2f19c6]::panicking::assert_failed::<&str, alloc[95e62e727ddf147d]::string::String>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5b486120158b - hacker_rank[7a3857511791f1d]::problem16::test::prb_16_test_low_val
[INFO] [stdout]                                at /opt/rustwide/workdir/src/problem16.rs:120:9
[INFO] [stdout]   22:     0x5b48612005e7 - hacker_rank[7a3857511791f1d]::problem16::test::prb_16_test_low_val::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/problem16.rs:117:29
[INFO] [stdout]   23:     0x5b4861203746 - <hacker_rank[7a3857511791f1d]::problem16::test::prb_16_test_low_val::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b486120395b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5b486120395b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5b48612111d5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5b48612111d5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5b48612111d5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5b48612111d5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5b48612111d5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5b48612111d5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5b48612111d5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5b486120bd34 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5b486120bd34 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5b4861214252 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5b4861214252 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5b4861214252 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5b4861214252 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5b4861214252 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5b4861214252 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5b4861214252 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b48612845af - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   43:     0x5b48612845af - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x77db10f42aa4 - <unknown>
[INFO] [stdout]   45:     0x77db10fcfa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     problem16::test::prb_16_test_15
[INFO] [stdout]     problem16::test::prb_16_test_less_low_val
[INFO] [stdout]     problem16::test::prb_16_test_low_val
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 30 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin hacker_rank`
[INFO] running `Command { std: "docker" "inspect" "bf252d3f869ce71252201babc592e21560c68e835e5f95fe8fe2a37d5d271a88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf252d3f869ce71252201babc592e21560c68e835e5f95fe8fe2a37d5d271a88", kill_on_drop: false }`
[INFO] [stdout] bf252d3f869ce71252201babc592e21560c68e835e5f95fe8fe2a37d5d271a88
